Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
#218859 06/14/2002 6:22 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Has anyone found a chatroom software package... either remotely hosted... or running on their server that integrates nicely with Threads.. meaning shares the username password database?

We use a remotely hosted chatroom now, but I have to enter in peoples reserved usernames and passwords by hand.

We'd love something that could share the same username / password database.

Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Unfortunately, as far as I know, the only way you will be able to keep your username/password data the same is to host the chat server and/or java client yourself and build some sort of bridge into the chat system to send .threads data to it with.

There are a number of chat related software sites out there though. You may want to search for "chat" on google.com and see what returns. There may be a solution already available.

Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
Some of my users really want's a web based chat as well and even though I'd rather use IRC myself I'm thinking of caving in.

I've looked around for a good chat software but haven't really find anyone to my liking yet and certainly not one that integrates with threads. I will probably be looking a bit more in the near future and if I find something I'll let you all know. But it'll quite probably be a few weeks since I first have to upgrade both software and hardware on my server before and I'm hopefully go to the Roskilde Festival in Denmark in a week.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
On my board I was able to integrate pretty well (except for the username issue), thanks to Wrath's basic page template. I've even got it so that "who's online" shows "in the chatroom". We're using a remotely hosted thing called chat-forum.com. It's like $30 per month.
The user doesn't need to enter a password... they can just make up their chat name. But some have requested a reserved username and password (which I have to put in by hand), so that nobody can "be them" in the chatroom.

But I'd love to be able to give users "instant messaging" integrated into the site..so they could "live chat" while browsing the site...and not have to have yet another username/password to deal with.

Plus our current software is not compatible with Web TV, which we get alot of complaints about.

Users have also requested the ability to web cam on our site. But I don't know where to start there...or if I even want to open that can of worms.

Dave, thanks for the suggestions. It's a tough thing to search for, because there is so much with the word "chat". I had wondered if since your URL is "chattersonline" if you had done any extensive work with this. You'd think that somewhere in the threads community, someone has.
Maybe I need to hire someone and be the first. LOL


Daine #218863 06/14/2002 10:44 PM
Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
Well, here is a list of 12 chat scripts written in PHP for hosting yourself. And at HotScripts.com they seem to have a list of 56 chat scripts. These are the two places I would start looking for scripts, but I haven't checked them out yet.
I couldn't pay $30 per month for something for my site so I would have to host myself.

Getting the chat integrated into threads shouldn't be that hard, depending on how the chat script is written. I've integrated threads with my own poll system as well as partly with my own CMS and it has been quite easy.

Sponsored Links
c0bra #218864 06/14/2002 11:05 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Thank you.

I'll check them out!!!

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
In UBB.C there is a hack by LK that uses a very good chatroom. It is very simple, but intergrates nicely with UBB, with smilies, sounds, and the category pages display how mnay people are in the chatroom.

I am sure that it could be easily ported. It uses jIRC.

See this thread for details.

Ian



Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Gorlum #218866 06/19/2002 12:23 PM
Joined: Aug 1999
Posts: 184
Member
Member
Offline
Joined: Aug 1999
Posts: 184
www.jpilot.com the absolute best for chat pages and connectivity to IRC.


Silly ricer.. Wings are for airplanes!
Franky #218867 06/20/2002 12:03 PM
Joined: Jan 2001
Posts: 374
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 374
Agreed.

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
Okay - so all we need now is to port it into threads


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Sponsored Links
Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
If you port one, let's keep it pure and use a PHP chat module: http://www.phpheaven.net/chat/

It should be fairly easy for the PHP guru's around here to intergrate this so that it uses user records from UBBT for loggind into the chat and administer it.

Regards,

Ron.


Those who fail to read ask many questions:-)
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
I have searched through the net to find the best chat software. By the word best I mean:
  • Browser independent
  • Plethora of features (images, themes, customization)
  • Transparent to users
  • Light on the server

All the chats mentioned above work either with a refresh of the chat page or they require components to be installed in the end users' computers.

I have found though a product from Digi-Net (www.digi-net.com) called Digi-Chat which gives you all the above features. Make no mistake though it is expensive. The minimum that you are looking to pay is around 700 GBP for the Pro version (max 100 users).

I managed to integrate the two using knowledge obtained from this forum and especially from the Mark All Read hack (tought me how to include a java script on a link) and suggestions by JustDave, Gardener and JoshPet. Credits to you guys and thanks.

This is what happens:
A new link appears for the registered users. (Chat). When the user clicks on it a new window appears with specific coordinates, no links, no address bar, not resizable. That window opens the chat.php that I have created and using the main.inc.php queries the database for specific fields (all in the users table) and passes them in the java applet. I even modified the table by adding a new field which holds the chat icon for every user. The only thing remaining now is to add a relevant section in the user preferences...

If anyone wants the code I will be more than happy to attach it, but bare in mind that it is specific to the DigiChat product.

Also if my post is considered to by advertisement please feel free to delete the offensive sections.

Warm regards

Nikos


Nikos
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
THat is some very nice software, although expensive. But I think at least having the code available would be great, because you never know when someone may just happen to own this software or upgrade to it

Although I could really use an integrated chat solution, this is a bit pricey, but maybe sometime down the line

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I am sure that this would be of use to others so please do make it avaialable and thanks for all your work on it.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Cool.

I'd love to see it?

Do you have a link to where I can see it "in action"?

Daine #218874 09/11/2002 10:30 AM
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Unfortunately my forum is "by invitation only" but I can certainly set up my dev forum to give you an idea of what I mean.

As soon as I go home (in 3-4 hours) I will post the files and set up a couple of test accounts for all of you to see.

Warm regards

Nikos


Nikos
Daine #218875 09/11/2002 10:31 AM
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
BTW I don't want to sound like a prat (pardon the French) but my forum is only for a small community of Ferrari fans, so ....

Warm regards

Nikos


Nikos
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I understand.
Sometimes people here set up a test username and let people have a look.

I just like to see how integrated it is.

Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
yes, please post the files, I know of someone right now who would love this


- Allen wavey
- What Drives You?
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Hi All

Here are some instructions and the files attached in a zip file.

First of all you need to add a new field in the w3t_users table. I called it ChatIcon VARCHAR(10) NULL DEFAULT 1000. (1000 is the default icon for DigiChat)

Then I made a small change to the ubbt_registerednav.tmpl. Right below the line:
code:
($template['members_link'])


I added the following code:
code:

|
<!-- 20020826 Chat Link New Start -->
<script langauge="javascript" type="text/javascript">function OpenChat()
{window.open('$phpurl/chat.php','','left=10,right=10,width=400,height=200');}
</script><a href="javascript: OpenChat()">Chat</a>
<!-- 20020826 Chat Link Read New End -->


(NOTE: The script is in one line, I put some carriage returns for aesthetic purposes)

Third and most important I created the chat.php file. This is the file that instantiates the java class and logs in the user. The programming is very simple:
code:

<?

// Require the library
require ("main.inc.php");

// -----------------
// Get the user info
$userob = new user;
$user = $userob -> authenticate("U_Email, U_Homepage, U_ChatIcon, U_Name");

$Username = $user['U_Username'];
$RealEmail = $user['U_Email'];
$Name = $user['U_Name'];
$Homepage = $user['U_Homepage'];
$ChatIcon = $user['U_ChatIcon']; // A new field that I added for my chat application

echo <<<UBBTPRINT

<TITLE>
FFFF Chat
</TITLE>
<FONT FACE="Verdana" SIZE="1" COLOR="navy">
If you are disconnected by accident, click on the Connect button to reconnect.<BR>
You can resize the chat window. Also you can talk in private to as many people as
you wish by double clicking on their username
</FONT>
<CENTER>
<APPLET NAME="DigiChat"
CODEBASE="http://ffff.niden.net/DigiChat/DigiClasses/"
CODE="com.diginet.digichat.client.DigiChatApplet.class"
WIDTH="200"
HEIGHT="100"
ALIGN="MIDDLE"
ARCHIVE="client.jar">
<PARAM NAME="siteID" VALUE="1000">
<PARAM NAME="roomID" VALUE="1001">
<PARAM NAME="cabbase" VALUE="Client.cab">

<PARAM NAME="nickname" VALUE="$Username">
<PARAM NAME="realname" VALUE="$Name">
<PARAM NAME="email" VALUE="$Homepage">
<PARAM NAME="realemail" VALUE="$RealEmail">
<PARAM NAME="iconID" VALUE="$ChatIcon">
<PARAM NAME="autopop" VALUE="true">
<PARAM NAME="RoomsTab" VALUE="false">

<PARAM NAME="background" VALUE="FFFFFF">
<PARAM NAME="textcolor" VALUE="000000">
DigiChat requires a Java Compatible web browser to run.
</APPLET>
</CENTER>
UBBTPRINT;
?>



The first line gives access to the database. Following that I retrieve the contents of the U_Username, U_Email, U_Name, U_Homepage and U_ChatIcon from the database. These are purely for constructing the profile for the user while in the chat room.

The rest are parameters that DigiChat accepts. There is a plethora of options for the users to use such as moderated rooms, locked rooms etc. One can extend the model with the help of the user groups to allow access to specific rooms.

For those who would like to give it a try, below is a link on a test board. User: test1, Password: test1 and User: test2, Password test2
Test Forum

My next endeavour is to write a bot that will log into the chat invisible and check who is online. Following that it will update the w3t_online table on who is in the chat from the logged in users and the Who's Online screen and hack will display that so that users know if someone is all alone and crying in the chat - That however will require java knowledge which I don't have. Never mind, some experimentation wouldn't hurt

I hope this helps

Warm regards

Nikos
Attachments
56428-ChatFiles.zip (0 Bytes, 18 downloads)


Nikos
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Wow!

Very cool!
Nice integration.

Joined: Mar 2002
Posts: 147
Member
Member
Offline
Joined: Mar 2002
Posts: 147
Anyone have $750 I can borrow?

Last edited by casper; 09/11/2002 2:37 PM.
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I'll share what I did..... if anyone wants to see.

The integration of the Chatroom into a threads page uses the "basic page" template here. My chat company recently added the ability to pass the username variable through to the chat client... so everyone's chat username is the same as their forum username. Only the Admins need to fool with a password for chat.

I'm using Chat-Forum.com which is $100 setup and $30/mo.

To see it: visit: http://www.measurection.com
Login with
username: testchatuser
password: test

Then click "Chatroom" at the top.
Then click connect.

It allows you multiple rooms, and private chat.

The mods and admins can do quizzes and force URLs to pop up on everyone's screen.


Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Unfortunately casper it is 750 GBP and not USD. It goes to 1000 USD if you convert it. I was lucky enough to buy the 3.5 version at a discount because the 4.0 version was being released, hence it cost me only 550 GBP (circa 750$).

However they have hosting options where you pay a "lease" and the chat is hosted in one of their servers...

Warm regards

Nikos


Nikos
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Well I am using Jpilot which I own and it works great. I would love to get the username passed on instead of having to type it. I am not lucky enough to know how to do that even looking at the code. The Jpilot software is the exact software LK used for the UBB integrated chat program he created.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Very nice chat program (I still can't see $599...) and the integration is great. Too bad I'm broke and my site doesn't make much money, lol.

Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
Thank you Nikos

Here's a xhtml'd version of the chat.php for those who want it
Attachments
56448-chat.txt (0 Bytes, 61 downloads)


- Allen wavey
- What Drives You?
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Nice to be of assistance boys and girls, with all my novice and crappy programming

One last remark is that there is also a secure chat mode, whereas users will download an applet. This will allow them to have file transfers between them, but that needs a different syntax on the applet.

Warm regards

Nikos


Nikos
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
OKay simple question. I tried the chat.php file above and entered my Jpilot chat stuff and it runs fine and passes the username which is cool. However it does not pull the header and footer. I was hoping it did but I tried this chat.php in my chat directory and right in the ubbthreads directory and both did not pull headers or footers.

Now on the other hand I have my chat program set up using Josh's basic page design and it works great but does not pass the username. I take it this is because of the ?> <? begin and end PHP brackets.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I was able to add the username variable to my chat room using the basic page.

This thread is where I posted and received help on how to do so.


Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Thanks I am almost there. I now get it to integrate the username but there is no footer. LOL I tried manually adding it but no luck.

Here is basically a combo of Josh's Basic page and some other hints along the way. This one is for Jpilot but no luck with the footer yet.

<?

// Require the library
require ("main.inc.php");
$userob = new user;
$user = $userob -> authenticate();
$Username = $user['U_Username'];
$Password = $user['U_Password'];

// ---------------------
// Send the page to them
$html = new html;
$html -> send_header("The Chat Room",$Cat,0,$user);
$html -> table_header("The Chat Room");
$phpurl = $config[phpurl];
$html -> open_table();
echo "
<br>
<center>
<applet name="jchat" archive="jirc_nss.zip" code="Chat.class" width="600" height="350" vspace="0">
<param name="CABBASE" value="jirc_mss.cab">
<param name="ServerPort" value="6667">
<param name="ListTextColor" value="blue">
<param name="ServerCmdColor" value="127,127,127">
<param name="BorderVsp" value="5">
<param name="NoConfig" value="false">
<param name="AcceptCommands" value="true">
<param name="TotalChannelsAllow" value="1">
<param name="TextColor" value="black">
<param name="AllowIdentd" value="true">
<param name="AllowPrivateChatWindow" value="true">
<param name="DirectStart" value="true">
<param name="nickname" value="$Username"/>
<param name="LogoBgColor" value="white">
<param name="BorderHsp" value="5">
<param name="IgnoreServerMsg" value="false">
<param name="BackgroundColor" value="99,132,181">
<param name="ListScreenColor" value="234,233,209">
<param name="NickNameColor" value="-1">
<param name="ServerName1" value="washington.dc.us.undernet.org">
<param name="ServerName2" value="irc.dal.net">
<param name="ServerName3" value="liberty.nj.us.dal.net">
<param name="ServerName4" value="typhoon.va.us.dal.net">
<param name="ServerName5" value="irc.dal.net">
<param name="ActionColor" value="red">
<param name="IgnoreChannelChangeMsg" value="false">
<param name="isLimitedChannel" value="true">
<param name="isLimitedServers" value="false">
<param name="FGColor" value="black">
<param name="DisplaySoundControl" value="true">
<param name="DisplayAbout" value="true">
<param name="TotalServersAllow" value="5">
<param name="InputScreenColor" value="white">
<param name="AllowURL" value="true">
<param name="DisplayColorControl" value="true">
<param name="DisplayConfigChannel" value="true">
<param name="DisplayConfigChannelPass" value="false">
<param name="DisplayConfigMisc" value="true">
<param name="DisplayConfigNick" value="true">
<param name="DisplayConfigPort" value="true">
<param name="DisplayConfigRealName" value="false">
<param name="DisplayConfigServer" value="true">
<param name="DisplayConfigServerPass" value="false">
<param name="LogoHeight" value="90">
<param name="Channel1" value="ReefTalk">
<param name="ServerErrorColor" value="red">
<param name="TextScreenColor" value="white">
<param name="TitleForegroundColor" value="white">
<param name="BorderSpacing" value="0">
<param name="RefreshColorCode" value="true">
<param name="InputTextColor" value="black">
<param name="TitleBackgroundColor" value="black">
<param name="AllowSound" value="true">
<param name="IgnoreModeChange" value="false">
<param name="IgnoreMOTD" value="false">
<param name="TextFontName" value="Helvetica">
<param name="TextFontSize" value="12">
<param name="WelcomeMessage" value="Welcome to ReefTalk Chat!">
<param name="UserCmdColor" value="blue">
<param name="LogoWidth" value="52">;
</center>
";

$html -> close_table();

// -------------
// Send a footer
$html -> send_footer();


Last edited by omegatron; 09/12/2002 6:55 PM.
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
http://www.michiganjeepers.com/chat/

I have my chat integrated, works great. It also sends the footer. I noticed in your code you do not have an </applet> tag, which should be right after the last param. Maybe that's why the footer isn't showing?

palmen #218891 09/12/2002 11:43 PM
Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
that looks real nice jeremy


- Allen wavey
- What Drives You?
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Thanks, my users already love it. Now I need to cough up 50 bucks

palmen #218893 09/13/2002 12:51 AM
Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
heheh... the price of fame


- Allen wavey
- What Drives You?
Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
anyone who has the files and exact instructions?

Thanks,

Ron


Those who fail to read ask many questions:-)
Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
For which chat app?


- Allen wavey
- What Drives You?
Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
sorry, for this one. I knew the applet, but he has intergrated it very nicely! Can someone post the code and files. I'll register the applet and pay for it n/p:-)

Regards,

Ron.


Those who fail to read ask many questions:-)
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Hello I have solved my problem as it was very simple. I had the "; in the wrong place so anyway I have attached for anyone using Jpilot a chat.txt file that you can save as a chat.php file. Just change the servers and edit the path to main.inc.php.
Attachments
56579-chat.txt (0 Bytes, 43 downloads)

Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
Thank you Chuck! Lots of people use JPilot


- Allen wavey
- What Drives You?
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Yes Thank You. I have used and licensed JPilot since my UBB days when I used LK's awesome hack. For 50 bucks ( I think that what it is ) to register its priced just right.

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
Thanks Chuck.

I think though that this needs a user to be logged in.

Could we add something like

if ($user['U_Username'] == "") {
$Username = guest;
}

after the first part?

So that any guests are still able to chat. Hopefully the code above is correct!

Ian


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Gorlum #218901 09/14/2002 10:23 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Yeah I did not take that into consideration. You could also set autostart to false and guests would still be able to enter a name. Your users would still have their names automatically. I tested your addition and it works flawlessly so you can of course also leave autostart on. Guests will be logged in as guest1 guest2 guest3 etc.

Attached is the updated chat file to account for guests
Attachments
56621-chat.txt (0 Bytes, 38 downloads)

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
I find Digi-Chat very interesting. It´s a superb system and dimopoulos integration is outstanding.

Will your system for integration work on a chat hosted by Digi-Chat or must the chat be on the same server as UBBT?

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
*lol* I just read on Digi-Chats site that on a hosted system, they will take care of the full integration to any user login system!

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Gregori,


dimopoulos has the code posted to pass the variables to digichat. It should not matter where the chat is hosted as long as the variables are showing the correct paths. I posted this code as more people use Jpilot since it is easy to use. Also there is a big benefit to using Jpilot versus owning their software for 50.00 bucks or you can use digichat for 749.00 if you have up to 100 users. If you have over 100 users it will be 1249.00. Digichat is a wonderful product full of features. However most people can not see paying those high of fees.

posted by Gregori:
*lol* I just read on Digi-Chats site that on a hosted system, they will take care of the full integration to any user login system!


For the prices they charge I would hope so!! Or you can come to wonderful places like this and get the code and needed and tips to intergrate it yourself.

Joined: Aug 2002
Posts: 239
Member
Member
Joined: Aug 2002
Posts: 239
I am running a quite awesome chat software here..... It's superior to DigiChat but also more expensive..... Problem is that it's written in C and not using a mysql backend. So I may never be able to intertwine the two......Oh well...Not gettin' rid of this chat software.....


Some people read their stars..... I choose to write my own
#218906 09/16/2002 4:52 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
God love em Storm if people have the money for Digichat or such let em go at it. Thats a whole lot of clams there.

C Hmm sound interesting. Integration issues are always the surge of existence.

Joined: Mar 2002
Posts: 147
Member
Member
Offline
Joined: Mar 2002
Posts: 147
Anyone have recomendations for a free provider of chat rooms?

Something simple for an IRC newbie.

Joined: Aug 2002
Posts: 239
Member
Member
Joined: Aug 2002
Posts: 239


Too much! I know the people on my site love the chatrooms though..... 'course that's what the site is......stormchat.... But seems like the boards get about as much use as chat....

posted by omegatron:
God love em Storm if people have the money for Digichat or such let em go at it. Thats a whole lot of clams there.

C Hmm sound interesting. Integration issues are always the surge of existence.


Some people read their stars..... I choose to write my own
Daine #218909 09/24/2002 11:14 PM
Joined: Aug 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 15
This forum has the best integrated chat I've ever seen for threads:
http://206.14.217.126/cgi-bin/w3t/wwwthreads.pl

jjski #218910 09/24/2002 11:25 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Pretty cool... except after each post I had to scrolll back down to the bottom of the screen. Looked alot like JustDave's shout box from the front page here. Sorta HTML based chat.

Joined: Aug 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 15
That's the embed, which actually works well for chatting as you use the forum. At the end of every post or thread you read, there it is waiting for input. It will open in a window if you click the upper right icon or "launch a window" text.

It does things that aren't obvious like informing you of private messages, and linking usernames to profiles for anonymous users, but "send a private message" if logged in. They even embed it in static HTML pages.

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
[]I have searched through the net to find the best chat software. By the word best I mean:
  • Browser independent
  • Plethora of features (images, themes, customization)
  • Transparent to users
  • Light on the server

All the chats mentioned above work either with a refresh of the chat page or they require components to be installed in the end users' computers.

I have found though a product from Digi-Net (www.digi-net.com) called Digi-Chat which gives you all the above features. Make no mistake though it is expensive. The minimum that you are looking to pay is around 700 GBP for the Pro version (max 100 users).

I managed to integrate the two using knowledge obtained from this forum and especially from the Mark All Read hack (tought me how to include a java script on a link) and suggestions by JustDave, Gardener and JoshPet. Credits to you guys and thanks.

This is what happens:
A new link appears for the registered users. (Chat). When the user clicks on it a new window appears with specific coordinates, no links, no address bar, not resizable. That window opens the chat.php that I have created and using the main.inc.php queries the database for specific fields (all in the users table) and passes them in the java applet. I even modified the table by adding a new field which holds the chat icon for every user. The only thing remaining now is to add a relevant section in the user preferences... <img src="/threads/php/images/icons/wink.gif" alt="" />

If anyone wants the code I will be more than happy to attach it, but bare in mind that it is specific to the DigiChat product.

Also if my post is considered to by advertisement please feel free to delete the offensive sections.

Warm regards

Nikos [/]


I´m about to buy the hosted DigiChat solution (Pro-200) and integrate it with UBBT 6.2. Do your posted integration files work with the new 6.2?


Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
I have pjirc running on my site now. I like it much better then Jpilot and its FREE!!! I didn’t integrate it in threads, though that would be easy, but I don't see a point for that since people who chat are usually also browsing the board. They prefer to have the chat in a separate window.
To have the username inserted in the chat would also be no problem, but since I use a channel on a big network the chances of someone else having registered the same name are fairly high and the chat script would then have to add a _or- to the username and automaticly rty logging in again.
For that my php knowledge is not good enough :-)))
I have it running at http://chat.sat4all.com but you can easily open it in a new (small) "pop-up" window as well.
I have that in my drop down menu at www.sat4all.com but because of some problems with the server mysql is not running and therefore the menu will not be displayed right now.

Regards,

Ron.


Those who fail to read ask many questions:-)
Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
With jpilot, when I had it part of the site, it would automatically take the username and prefix it with say NLUK- in my case, that way it was highly unlikely that anyone else would have the same username - therefore usera could easily recognise the users of the chatroom, because of the common usernames. Not sure if omegatron's mod above does this - but I know the old UBB one did - and to be honest I have yet to add it since changing to threads

Maybe I will add it back in


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
The file above does pass the boards username to the chat program. Now like any program if there is another Omegatron on the chat server I would be renamed. However with the usernames of my board I have never seen anyone get renamed.

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Does the registered version automaticly give admins and mods op status?

Joined: Mar 2001
Posts: 26
User
User
Offline
Joined: Mar 2001
Posts: 26
I would prefer http://www.pvdlab.net/en/commerce/pvdchat On its integration I already make questions. Supports both webchat, and irc chat.


Last edited by Goshik; 01/04/2003 3:06 PM.
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
[]I would prefer http://www.pvdlab.net/en/commerce/pvdchat On its integration I already make questions. Supports both webchat, and irc chat.

[/]

I looked at the page, and the software they affoer looks like overkill. I don't need a way to update my index page, and I realy don't need a forum

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Dalantech,

That automatically happens if you set that up in the chatroom. Any chat room I create automatically sees my as the founder. You can also set autoop status to anybody you want but that is normal IRC procedures. There is no hack involved.

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Thanks!

I've already hacked your script for my board and it works great! I'm registering Jpilot now

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Josh and I were really go get on this one. I think we both had many versions of this one till we finally got it to pass the username.

I have been using that simple PHP file to load my chat for some time now. My users love the chat.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I am trying to install IRC Server software today.... without much success. But I will be switching and hoping to integrate Jpilot to my site.

Daine #218923 01/04/2003 10:59 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
I love Jpilot as the price is real hard to pass up.

I feel for you as an IRC server can be a real pain to get going.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
I too have registered Jpilot and my users love it. Since the computer geeks can use mIRC or something to connect to it, even the less computer savvy people can still chat

Its really great, the past month or so we've had almost nightly "chat-fests" with 10-20 users, and it is a great time.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Thankfully one of my users runs a server. Got us up and running until i can get IRC installed or hire someone to do it.

Joined: Apr 2002
Posts: 610
Code Monkey
Code Monkey
Joined: Apr 2002
Posts: 610
can someone explain this whole irc thing?

I have chat on my site, but it is run by chatblazer. Does this constitute irc or is this something different?

I just switched servers and when I try and login it says, "cannot connect to chat server". The web host does not allow irc so I thought that may be why. ???

I haven't been able to get ahold of my guy to see what the deal is so I was just curious.

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
If anyone is regsitering jpilot - be very careful of the domain name that you register it under, as AFAIK you cannot change it afterwards - therefore if you are currently planning on a change of domain, hold off registering jpilot until you have your new domain in place.


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Daine #218928 01/05/2003 10:01 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
[]Thankfully one of my users runs a server. Got us up and running until i can get IRC installed or hire someone to do it. [/]

One of my users set up an irc server just for my site, and using omegatron's chat.php file I set it up as the first server in the search order. Works great!

For $50 the price is hard to beat. I got my registration code today

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yeah me too. Didn't remember Omegatron's code, but got it to automatically fill in the username when they visit my chat.php page.

Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Gregory,

Sorry for the late reply - just came home.

To answer your question no I haven't integrated it with 6.2, although I don't think that it would he difficult.

I will be getting my new server set up tomorrow and I will be planning my move within the next two weeks. During this time I will indeed set up this modification for 6.2 and post it here.

Warm regards

Nikos


Nikos
Daine #218931 01/05/2003 11:14 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
My chat.php page updates my who's online page as "chat". I use the Who's online at the top of each page. So I set it up to tell how many people are in chat.

Then, because they will drop off the who's online list after 10 minutes, I made a little pop-up window that pops up behind the chat window. That little pop up refreshes every 9 minutes, thus keeping them showing as "in chat" until they close the window.

See screen shot attached.
Attachments
63810-screen.gif (0 Bytes, 43 downloads)

Last edited by JoshPet; 01/05/2003 11:15 PM.
Daine #218932 01/06/2003 11:59 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Hey Josh, can I have a copt of your chat script?

Please...

Daine #218933 01/06/2003 12:27 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
I'm currently testing the following software packages:
Unreal 3.2 IRC Server
Cygnus IRC Services (Registration of Nicks and Channels)
OperServ (for doing serverwide bans and some stats)
EIRC (Open-Source chat client - java based)

I currently run a normal irc server + irc services. Users can connect via Java-Applet or via mIRC. They can register their Chatnicks so that nobody else can use them. Unfortunately, the db of the chat and ubb.Threads can't exchange any data.

Cygnus Services offer a webfrontend (php) to read and write data to the chatserver db.

It should be possible to modify the forum adduser script, to register the username on the irc-server aswell.
It should also be possible to modify the Java-Applet so that the users are logged in with their forum-username.

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
I know how to get chat room included in who's online thats easy. I would like to know how you specially made it say below

There are x many users in chat room.

Joined: Dec 2002
Posts: 4
Lurker
Lurker
Offline
Joined: Dec 2002
Posts: 4
I use Sigmachat (java) for my need (inexpensive, feature-filled) and I have figured out how to pass the username variable for auto-login, but how does one decipher the password variable into plain text?

If the java applet sees an authorized password, it will give that user admin rights, otherwise they are just a normal user.

BTW, you can check out this great off-site chat app and other cool comms apps at http://raidersoft.com

Joined: Oct 2002
Posts: 108
Journeyman
Journeyman
Offline
Joined: Oct 2002
Posts: 108
I am running digichat for a long time, I would like to try your setup if you can send me your setup.


Thanks


Joined: Oct 2002
Posts: 108
Journeyman
Journeyman
Offline
Joined: Oct 2002
Posts: 108
I have been running digi chat forever, its great software, could you send me your setup so I can try it on my site ..


Thanks


Page 2 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 555
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 20
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)